beginoutdoorscript;

variables;

 int choice;

body;

 
beginstate INIT_STATE; 
break; 
beginstate START_STATE;
 if (get_flag(50,10) == 0){ message_dialog("You stumble out of the dark caves into the most abnormal sight you have ever seen. There is grass, if you can call it that, but it has a purple tinge to it. The river looks acidly green.","The most strange thing of all, is how much it resembles the valley you were in before.
 Also, heavy _clouds_ make it just plain dark."); set_flag(50,10,1);} break;
 